(Frequire): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 19 Dec 2000 17:59:28 +0000 (17:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 19 Dec 2000 17:59:28 +0000 (17:59 +0000)
src/fns.c

index c03f7e3d7ede73352ec2795a132caee5d07c8576..057e6fd2b206b7245722141022223043e22d76fa 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -3053,7 +3053,8 @@ If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\
 but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\
 If the optional third argument NOERROR is non-nil,\n\
 then return nil if the file is not found.\n\
-Normally the return value is FEATURE.")
+Normally the return value is FEATURE.\n\
+This normal messages at start and end of loading FILENAME are suppressed.")
   (feature, file_name, noerror)
      Lisp_Object feature, file_name, noerror;
 {